ComponentOne Xamarin Edition
SortAsync Method (C1CursorCollectionView<T,K>)
C1.CollectionView Assembly > C1.CollectionView Namespace > C1CursorCollectionView<T,K> Class : SortAsync Method
The sort descriptions that determine how the data will be sort.
Sorts the collection view according to the specified sort descriptions.
Syntax
[AsyncStateMachine(C1.CollectionView.C1CursorCollectionView`2+d__21[T,K])] 
public Task SortAsync( 
   params SortDescription[] sortDescriptions 
)

Parameters

sortDescriptions
The sort descriptions that determine how the data will be sort.
See Also

Reference

C1CursorCollectionView<T,K> Class
C1CursorCollectionView<T,K> Members